Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-15 | Share wkssvc.idl. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share eventlog.idl. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share epmapper. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | share ntsvcs.idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-15 | move svcctl to main idl directory. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-15 | s3-build: fix make samba3-idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-15 | Share misc.idl. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share idl_types.h. | Jelmer Vernooij | 1 | -8/+10 | |
2008-10-15 | Build zlib (required for ndr_compression) if it's not pulled in through | Jelmer Vernooij | 1 | -1/+5 | |
other means. | |||||
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Fix include path. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Compile lzcompress (required for ndr_compression) | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-14 | Share ndr_compression.c. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | s3-build: add and use IDL_PATH while building IDL files. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-14 | Use common fusage implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Share ndr.c implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Share uuid implementations. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Share ndr_misc implementations. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Share ndr_basic implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Move code specific to Samba 3 to a separate file. | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-12 | Fix other paths to binding.o. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Sync util_tdb implementations. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Move rbtree.[ch] to lib/util. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Fix "make etags" -- args list was too long for my etags | Volker Lendecke | 1 | -1/+3 | |
2008-10-12 | Use common signal helper implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-11 | Use xfile from common lib/util in Samba 3. | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/Makefile.in | |||||
2008-10-11 | Clean up properly. | Jelmer Vernooij | 1 | -1/+3 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 1 | -5/+45 | |
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-10-09 | remove common lib object files on make cleanlib from source3 | Tim Prouty | 1 | -0/+4 | |
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this. | |||||
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-09 | build: add "make test_wbpad" for checking winbind 32/64bit structure padding. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-06 | Add netlogond auth method | Volker Lendecke | 1 | -0/+5 | |
This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb. | |||||
2008-10-06 | Add dyn_NCALRPCDIR | Volker Lendecke | 1 | -0/+2 | |
2008-09-27 | [s3]build: build the new test_lp_load command. | Michael Adam | 1 | -0/+11 | |
Michael | |||||
2008-09-27 | libgpo: add security CSE skeleton. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-09-25 | idmap_hash: Fix the nss_info link during "make install" | Gerald W. Carter | 1 | -0/+1 | |
2008-09-25 | idmap_adex: Fix the nss_info install link. | Gerald W. Carter | 1 | -0/+1 | |
2008-09-24 | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 1 | -0/+5 | |
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app). |