index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib/util_unistr.c:
Jean-François Micouleau
2000-12-15
1
-0
/
+4
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-3
/
+3
*
Renamed parameters and variables called acl to the_acl as it conflicts
Tim Potter
2000-12-14
1
-4
/
+4
*
Added proto definition for new RPC calls.
Jeremy Allison
2000-12-13
1
-0
/
+15
*
Server side changes for dynamic names in lsa_lookup_names
Tim Potter
2000-12-13
1
-15
/
+0
*
make proto
Tim Potter
2000-12-13
1
-11
/
+28
*
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
2000-12-12
1
-15
/
+14
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
1
-383
/
+421
*
new prototypes
Andrew Tridgell
2000-12-11
1
-421
/
+384
*
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2000-12-08
1
-7
/
+21
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-2
/
+2
*
Working code to read POSIX ACLs on a Linux system using the bestbits
Jeremy Allison
2000-12-07
1
-0
/
+8
*
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
2000-12-06
1
-9
/
+26
*
make proto again
Tim Potter
2000-12-06
1
-1
/
+1
*
tdb_unlockchain() no longer returns a value
Tim Potter
2000-12-06
1
-2
/
+2
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-7
/
+18
*
pass the desired access into cli_nt_create()
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
new proto
Andrew Tridgell
2000-12-04
1
-370
/
+370
*
new protos
Andrew Tridgell
2000-12-03
1
-0
/
+1
*
new proto
Andrew Tridgell
2000-12-03
1
-355
/
+369
*
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
2000-11-27
1
-1
/
+3
*
make proto
Gerald Carter
2000-11-21
1
-16
/
+32
*
Fix for memory leak when adding driver.
Jeremy Allison
2000-11-17
1
-1
/
+2
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
1
-2
/
+2
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-3
/
+4
*
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
2000-11-14
1
-6
/
+9
*
- fix "declaration of 'time' shadows global declaration" warning.
David O'Neill
2000-11-14
1
-6
/
+6
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-138
/
+99
*
make proto
Tim Potter
2000-11-08
1
-3
/
+3
*
make proto
Tim Potter
2000-11-07
1
-353
/
+360
*
proto.h was out of date.
Tim Potter
2000-10-29
1
-353
/
+353
*
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
2000-10-28
1
-0
/
+3
*
Added John Reillys patch for error code returns from clean_up_printer_driver_...
Jeremy Allison
2000-10-26
1
-1
/
+1
*
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
2000-10-26
1
-0
/
+1
*
TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>
Gerald Carter
2000-10-26
1
-0
/
+5
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
1
-6
/
+6
*
last part of W2K support.
Jean-François Micouleau
2000-10-13
1
-1
/
+2
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-9
/
+20
*
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
1
-0
/
+1
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-1
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-0
/
+1
*
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
1
-0
/
+1
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
1
-3
/
+2
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-6
/
+25
*
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
2000-10-06
1
-0
/
+1
*
Added Herb's fixes to HEAD.
Jeremy Allison
2000-10-06
1
-0
/
+1
*
Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.
Jeremy Allison
2000-10-06
1
-0
/
+1
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
1
-2
/
+4
*
Inlined many of the vfs_XXX calls as macros for speed.
Jeremy Allison
2000-10-06
1
-7
/
+0
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-28
/
+27
[prev]
[next]