summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-07-07build: move all libtalloc related definitions into the libtalloc section in M...Michael Adam1-14/+13
2008-07-07build: move top level targets for the libs into the corresponding sections in...Michael Adam1-8/+15
2008-07-07build: add more structuring comments to Makefile.inMichael Adam1-0/+46
2008-07-07build: add structuring comments for libraries and libtalloc section.Michael Adam1-0/+13
2008-07-07build: fix installlibtalloc to not install symlink if the library is not thereMichael Adam1-1/+4
2008-07-07build: move libtalloc related targets together.Michael Adam1-16/+17
2008-07-07build: add a cleanlibtalloc target.Michael Adam1-3/+11
2008-07-07build: add an uninstalllibtalloc targetMichael Adam1-0/+6
2008-07-07build: fix creation of link libtalloc.so on some systems.Michael Adam1-0/+1
2008-07-07build: fix the installlibtalloc target to install SONAME and \.so versions of...Michael Adam1-1/+3
2008-07-07build: fix creation of talloc shared lib.Michael Adam1-4/+7
2008-07-07build: add ability to use library files of the form NAME.so.VERSION to create...Michael Adam1-1/+1
2008-07-07Allow authentication and memory credential refresh after password change from...Jeremy Allison2-9/+37
2008-07-06Clean up winbindd_group.c tooSimo Sorce1-210/+255
2008-07-06Clean up the rest of the file tooSimo Sorce1-84/+76
2008-07-06More clean up, indentation and trailing space removalSimo Sorce1-40/+39
2008-07-06Make code more readable, fix indentation and traling spaces.Simo Sorce1-17/+23
2008-07-05Tiny logic simplification -- remove an else branchVolker Lendecke1-22/+20
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke4-98/+38
2008-07-05Convert idmap_cache to gencacheVolker Lendecke4-399/+132
2008-07-04Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller1-0/+1
2008-07-03Slightly increase the default idmap cache timeVolker Lendecke1-1/+1
2008-07-03IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove itVolker Lendecke1-1/+0
2008-07-03Simplify idmap_cache_set() a bitVolker Lendecke1-8/+3
2008-07-03Simplify idmap_cache_build_[s]idkey a bitVolker Lendecke1-36/+33
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2-15/+27
2008-07-03Remove an unused variableVolker Lendecke1-1/+0
2008-07-03Remove gencache_[un]lock_entryVolker Lendecke3-37/+2
2008-07-03Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke2-11/+17
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke5-14/+8
2008-07-03Fix indentationVolker Lendecke1-1/+1
2008-07-03netapi: fix doxygen warning.Günther Deschner1-1/+1
2008-07-03libnetjoin: fix Bug #5570.Günther Deschner1-1/+1
2008-07-03Fix build warning.Günther Deschner1-1/+1
2008-07-03Don't scream, better explain a bit in commentsVolker Lendecke1-10/+8
2008-07-03Make use of sid_check_is_in_unix_users/groupsVolker Lendecke1-11/+16
2008-07-02Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison1-1/+1
2008-07-02Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison1-54/+59
2008-07-02Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2-0/+6
2008-07-02Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison1-8/+11
2008-07-02Fix typoVolker Lendecke1-1/+2
2008-07-02Tiny logic simplification: Remove an unnecessary else branchVolker Lendecke1-8/+8
2008-07-02Fix nonempty whitespace only linesVolker Lendecke8-70/+69
2008-07-02fix typosVolker Lendecke1-2/+4
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-15/+13
2008-07-02Fix indentationVolker Lendecke1-14/+14
2008-07-02Fix a debug msg, this was probably a leftover from gencacheVolker Lendecke1-2/+4
2008-07-02Fix typoVolker Lendecke1-2/+2
2008-07-02Make idmap_init() staticVolker Lendecke2-2/+1
2008-07-02Fix two memory leaks in an error path in idmap.cVolker Lendecke1-0/+2