| Commit message (Expand) | Author | Age | Files | Lines |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam() | Jeremy Allison | 2001-04-15 | 1 | -6/+13 |
* | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 2001-03-20 | 1 | -2/+1 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -4/+0 |
* | Excise snprintf -> slprintf. | Jeremy Allison | 2001-02-16 | 1 | -3/+12 |
* | rpc_server/srv_samr.c: | Jeremy Allison | 2001-01-11 | 1 | -1/+1 |
* | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 2000-12-12 | 1 | -1/+6 |
* | Merge from appliance head of JR's changes for driver versioning. | Jeremy Allison | 2000-11-14 | 1 | -13/+37 |
* | Large commit which restructures the local password storage API. | Gerald Carter | 2000-11-13 | 1 | -1/+1 |
* | Fix for admin user being ignored. | Jeremy Allison | 2000-11-04 | 1 | -0/+1 |
* | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 2000-10-13 | 1 | -0/+226 |
* | Fixed memory leak with NT tokens. | Jeremy Allison | 2000-08-09 | 1 | -2/+20 |
* | Fixed up the user/group contexts when using authenticated pipes. | Jeremy Allison | 2000-08-04 | 1 | -2/+1 |
* | Added an NT_USER_TOKEN structure that is copied/passed around associated | Jeremy Allison | 2000-08-03 | 1 | -3/+5 |
* | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 2000-08-02 | 1 | -10/+13 |
* | Moved authenticated pipe user details into a current_user struct. | Tim Potter | 2000-07-06 | 1 | -1/+1 |
* | Some more sec_ctx changes. Modified some fields in the pipe_struct | Tim Potter | 2000-07-03 | 1 | -1/+2 |
* | Added return for become_authenticated_pipe_user() function. | Tim Potter | 2000-06-23 | 1 | -0/+2 |
* | Moved some static functions to sec_ctx.c | Tim Potter | 2000-06-23 | 1 | -222/+30 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -0/+4 |
* | split the username in the vuser structure into a separate | Andrew Tridgell | 2000-05-02 | 1 | -1/+1 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -273/+161 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 1 | -9/+115 |
* | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1999-06-13 | 1 | -1/+1 |
* | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 1999-04-01 | 1 | -0/+4 |
* | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1998-11-25 | 1 | -5/+5 |
* | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1998-11-12 | 1 | -0/+2 |
* | Got very strict about the differences and uses of | Jeremy Allison | 1998-09-29 | 1 | -19/+19 |
* | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1998-08-17 | 1 | -1/+1 |
* | configure: Changes for extra headers. | Jeremy Allison | 1998-08-15 | 1 | -4/+4 |
* | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1998-08-14 | 1 | -225/+78 |
* | nttrans.c: Fix change_notify. Queue processing code wasn't changing to | Jeremy Allison | 1998-08-04 | 1 | -1/+12 |
* | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1998-07-31 | 1 | -2/+1 |
* | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1998-07-29 | 1 | -2/+0 |
* | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1998-07-29 | 1 | -204/+75 |
* | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1998-07-27 | 1 | -2/+0 |
* | AIX patch from Michael Wojcik <mww@microfocus.com> adding detail | Jeremy Allison | 1998-07-10 | 1 | -4/+135 |
* | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1998-05-11 | 1 | -1/+1 |
* | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1998-05-07 | 1 | -6/+0 |
* | Fixes for the %U and %G problems people have reported. | Jeremy Allison | 1998-05-06 | 1 | -1/+7 |
* | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1998-02-11 | 1 | -2/+6 |
* | This is *not* a big change (although it looks like one). | Jeremy Allison | 1998-01-22 | 1 | -1/+1 |
* | Fixed security bug when 'force user' and 'user only' are set. | Jeremy Allison | 1997-12-23 | 1 | -2/+5 |
* | ipc.c: Changing back arbitrary alignment change until I know *why* | Jeremy Allison | 1997-11-06 | 1 | -1/+1 |
* | Makefile : | Luke Leighton | 1997-10-25 | 1 | -23/+21 |
* | fix the order of become_uid() and become_gid() in become_root(). This | Andrew Tridgell | 1997-10-21 | 1 | -1/+1 |
* | ipc.c: Adding Andrews become_root code to the main branch. | Jeremy Allison | 1997-10-15 | 1 | -0/+74 |
* | Makefile: | Luke Leighton | 1997-10-10 | 1 | -5/+10 |
* | Makefile: Changed for HPUX10 tidyup. | Samba Release Account | 1997-08-19 | 1 | -0/+2 |
* | connecting to IPC$ goes under the guest account. the IPC$ share should | Samba Release Account | 1997-08-17 | 1 | -2/+0 |