summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-4/+17
* | fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
* | Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-0/+10
* | Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
* | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-34/+92
* | metze's autogenerate patch for version.hGerald Carter2003-08-204-4/+46
* | get rid of more compiler warningsHerb Lewis2003-08-152-8/+8
* | get rid of compiler warningsHerb Lewis2003-08-152-2/+2
* | get rid of const as these things really are not constHerb Lewis2003-08-151-5/+5
* | get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+1
* | add IRIX EA supportHerb Lewis2003-08-151-1/+158
* | Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-0/+30
* | 2 fixesGerald Carter2003-08-131-0/+27
* | Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison2003-08-122-39/+54
* | Fix client autonegotiate signing.Volker Lendecke2003-08-121-1/+2
* | Apply some constVolker Lendecke2003-08-111-2/+2
* | Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* | Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* | Return proper error when it is impossible to change quota flagsAlexander Bokovoy2003-07-311-2/+23
* | Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+22
* | split replace into replace and replace1 to allow setenv to be used byHerb Lewis2003-07-292-18/+42
* | Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-44/+169
* | If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett2003-07-271-2/+2
* | When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett2003-07-271-76/+0
* | Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2003-07-272-45/+9
* | Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-50/+70
* | Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter2003-07-251-1/+1
* | fix user_in_list to work with winbind groups again; my bugGerald Carter2003-07-251-1/+1
* | More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-253-5/+5
* | More printf fixes - size_t is long on some architectures.Tim Potter2003-07-243-3/+3
* | Ensure a prototype is generated for smb_snprintf()Tim Potter2003-07-231-1/+1
* | convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-233-4/+4
* | A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2003-07-231-4/+2
* | Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-1/+1
* | Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-0/+33
* | Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett2003-07-191-11/+24
* | Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-171-1/+43
* | Add API framework for server SMB signing.Jeremy Allison2003-07-161-82/+100
* | Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
* | Fix memleakVolker Lendecke2003-07-151-1/+3
* | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-0/+11
* | Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter2003-07-141-21/+11
* | Fix compiler warning.Rafal Szczesniak2003-07-131-11/+21
* | moving more code around.Gerald Carter2003-07-111-0/+148
* | Add constVolker Lendecke2003-07-101-1/+1
* | and so it begins....Gerald Carter2003-07-072-3/+3
* | Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+4
* | This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+37
* | Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-035-24/+24
* | Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-022-2/+49