1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

186 Commits

Author SHA1 Message Date
Tim Potter
81bfd9a4d9 Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though. -
Tim Potter
db3901827f Sync with HEAD. -
Tim Potter
902a1dc1d5 Minor merges from HEAD. -
John Terpstra
f6121fb55b Adding genlogon obtained from a a mailing list posting in 2001. -
Gerald Carter
25a9681ddd [merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
-
Gerald Carter
cd16064784 removed idpool from schema file (experimental) to remove the dependency
on nis.schema.

add $(LDFLAGS) to libsmbclient build
-
cvs2svn Import User
953ae9d182 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jim McDonough
c09c1e0905 Add win32 utility to query driver capabilities to publish -
Tim Potter
152c530089 Ignore automatically generated Makefile. -
John Terpstra
bdf0d66577 Latest updates from author. -
John Terpstra
93cfbb000f Added logon script generator provided by: Timothy Grant <tjg@craigelachie.org> -
Jelmer Vernooij
be4894815c Sync with HEAD:
- Move working VFS modules to source/
- Move documentation to SGML
-
Richard Sharpe
0674d5a2b0 One more small fix in tree.c -
Richard Sharpe
b0772a1a05 Fix some problems with tree.c reported by users. -
Jelmer Vernooij
b10541b71b Update to use smb_register_passdb() -
Jelmer Vernooij
72e0cfbb42 There is support for the cups printing system now as well -
Jelmer Vernooij
4cffb29d27 a cups printing backend is now available as well -
Jelmer Vernooij
9c811e4478 Ignore Makefile -
Jelmer Vernooij
14b129e301 Move working VFS modules to source/modules/ -
Jelmer Vernooij
b8c7ce0381 Move VFS documentation to the HOWTO collection -
Jelmer Vernooij
ad5cb338a1 Fix typo -
Jelmer Vernooij
9b469a2aca Fix typo -
Jelmer Vernooij
b6359c585a Sync with HEAD -
cvs2svn Import User
37ca4bbf0c This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
de136d294f Add example for MySQL -
Jelmer Vernooij
b68106a79e Move pdb_xml to source/ -
Jelmer Vernooij
6642f6c5a9 Convert pdb_mysql docs to sgml -
Jelmer Vernooij
1d742e14ad Move pdb_mysql to source/passdb -
Jelmer Vernooij
7aad086c9a testsmbc should only be in examples -
Jelmer Vernooij
91f9c9e1d8 Don't pass any booleans to pdb_set_* functions -
Jelmer Vernooij
e803bfde3d Don't pass true to pdb_set_* functions -
Jelmer Vernooij
33c7a296b3 Adapt to metze's PDB_SET patch -
Jelmer Vernooij
fc77e68b2b Remove SAM files - they belong in HEAD -
Jelmer Vernooij
e8475eceb3 Sync with HEAD -
Jelmer Vernooij
15b9430d9c Give recycle 3 arguments as required by the VFS interface (patch by metze) -
Jelmer Vernooij
4206ebb160 Small patch from metze to add 3 parameters to vfs_init, as it requires -
Richard Sharpe
12c49861fd Fix a small mistake. -
Gerald Carter
3d0b7981d0 small update from Rainer -
Gerald Carter
25cd49d766 mention openantivirus.org -
cvs2svn Import User
eb5ce70e2f This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Gerald Carter
93cb8b47c4 README.OtherModules -
Gerald Carter
9d9f7bbf87 remove files not in HEAD -
Gerald Carter
e026b84815 syncing up with HEAD again.... -
Jelmer Vernooij
834fcd2395 Change pdb_xml functions to return NTSTATUS -
Jelmer Vernooij
fa056769a0 Change pdb_mysql function to return NTSTATUS -
Jelmer Vernooij
6347d40eff Make functions return NTSTATUS instead of BOOL -
Gerald Carter
832faf4b39 removed autogenerated file -
Gerald Carter
803715d960 sync'ing up for 3.0alpha20 release -
cvs2svn Import User
9a5541595f This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
50d2527eed - Don't put pointer to sam_domain_handle in sam_methods but single domainsid and domainname
- Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend
- Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're
  available in sam_methods as well
-