summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-3/+1
* | Kerberos cosmetic changes: Revert a part of the patchMatthias Dieter Wallnöfer2008-09-241-1/+3
* | Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-245-18/+16
* | Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer2008-09-248-32/+32
* | Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer2008-09-248-75/+75
* | Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2008-09-246-18/+18
|/
* Use loadparm since it's required by some modules.Jelmer Vernooij2008-09-241-6/+6
* Add separate header file for arcfour.Jelmer Vernooij2008-09-242-10/+16
* Use common crc32 implementation.Jelmer Vernooij2008-09-246-111/+5
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij2008-09-246-16/+26
|\
| * Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-245-15/+22
| * Fix python test, we can't check only the first member, because the orderSimo Sorce2008-09-241-1/+4
* | Fix include paths.Jelmer Vernooij2008-09-246-5/+7
* | Clean .o files in lib/ and libcli/ too.Jelmer Vernooij2008-09-241-0/+3
* | Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-247-177/+4
* | Use common md4 implementation.Jelmer Vernooij2008-09-242-175/+1
* | Use common MD5.Jelmer Vernooij2008-09-245-274/+2
* | Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-2447-35/+35
|/
* Use new binary name in merged build.Jelmer Vernooij2008-09-242-3/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-2421-3059/+1084
|\
| * s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher2008-09-241-0/+9
| * libcli: add nbt_proto.h that is no longer autogenerated.Günther Deschner2008-09-241-0/+43
| * s3: fix idmap_adex.Günther Deschner2008-09-243-3/+3
| * libcli: add some basic debugging functions for netlogon helper.Günther Deschner2008-09-241-0/+11
| * s3-nbt: use the new generated nbt.Günther Deschner2008-09-248-492/+151
| * s3: re-run make samba3-idl.Günther Deschner2008-09-243-2284/+716
| * s3-nbt: full merge of s4 nbt idl.Günther Deschner2008-09-241-274/+143
| * s3: fix merged_build.Günther Deschner2008-09-243-6/+8
* | Rename smbd -> samba.Jelmer Vernooij2008-09-2421-56/+53
|/
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-235-6/+60
* s3: fix make everything.Günther Deschner2008-09-241-3/+3
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-09-231-5/+9
* libcli: add autogenerated libcli netlogon helper protos.Günther Deschner2008-09-242-0/+56
* s4: remove autogeneration of libcli/netlogon protos.Günther Deschner2008-09-241-6/+0
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-2349-371/+284
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-09-232-8/+8
* pam_winbind: attempt to fix build issue on solaris, bug #5784Günther Deschner2008-09-231-0/+8
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-236-14/+16
* s3: re-run make samba3-idl.Günther Deschner2008-09-2314-505/+505
* pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.Günther Deschner2008-09-231-1/+1
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-233-21/+21
* s3: re-run make samba3-idl.Günther Deschner2008-09-232-20/+20
* s3-nbt: start merging from samba4 idl.Günther Deschner2008-09-231-10/+10
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-234-7/+7
* s4-libcli: move nbt/netlogon helper functions up one level.Günther Deschner2008-09-233-31/+32
* s3-build: let ctags/etags start from the toplevel dir.Günther Deschner2008-09-231-2/+2
* S3 puts smb.conf and lmhosts in lib/, s4 into etc/Volker Lendecke2008-09-231-4/+4
* s4:lib/charset: add missing prototype of talloc_strdup_upper()Stefan Metzmacher2008-09-231-0/+1
* fixed problem with ACLs with an empty DACL listAndrew Tridgell2008-09-231-1/+14
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-23275-54129/+6214
|\