summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-2/+2
2010-08-29s3: Set the client_id in substitute.c onceVolker Lendecke1-12/+33
2010-08-28s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke1-4/+4
2010-08-28s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke1-15/+0
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-5/+8
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2009-11-21s3: Make alloc_sub_basic() staticVolker Lendecke1-2/+5
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-27/+26
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-4/+4
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke1-2/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-07-27Remove unused extern struct current_user from substitute.cVolker Lendecke1-2/+0
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-18Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam1-1/+4
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+1
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-2/+9
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-9/+15
2008-03-21Fix Coverity ID 537Volker Lendecke1-3/+3
2008-03-21Fix Coverity ID 538Volker Lendecke1-3/+3
2008-03-13Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam1-2/+8
2008-01-07Add free_local_machine_name().Günther Deschner1-0/+5
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-9/+17
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-04Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison1-3/+3
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-18/+16
2007-11-15alpha_strcpy includes the space for the terminating nul.Jeremy Allison1-3/+6
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-91/+179
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-4/+5
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-2/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+18
2007-10-10r25025: Remove an unused functionVolker Lendecke1-5/+0
2007-10-10r24949: Remove some static buffersVolker Lendecke1-5/+5
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-1/+5
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-1/+24
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-120/+62
2007-10-10r15494: Fix debug statementVolker Lendecke1-1/+1
2007-10-10r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter1-210/+155
2007-10-10r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison1-56/+67
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4