summaryrefslogtreecommitdiffstats
path: root/source4/lib/util.c
Commit message (Collapse)AuthorAgeFilesLines
* r1596: Fix up copyrights.Jim McDonough2007-10-101-1/+1
| | | | (This used to be commit d2553aac0a75591026b9b1fcf46065e5b03ed19c)
* r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett2007-10-101-0/+17
| | | | | | | an fstring. Andrew Bartlett (This used to be commit e8de8905b2f328395d71afdd73c77301c9366a66)
* r1308: move smb_panic() to lib/fault.cStefan Metzmacher2007-10-101-24/+0
| | | | | | | merge the backtrace stuff from 3.0 metze (This used to be commit 4daf1bafc71cc8f13188aeb85d81aa7513d57d95)
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | | | | because this is the connection state per transport layer (tcp) connection I also moved the substructs directly into smbsrv_connection, because they don't need a struct name and we should allway pass the complete smbsrv_connection struct into functions metze (This used to be commit 60f823f201fcedf5473008e8453a6351e73a92c7)
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-1/+1
| | | | | | | because I need server_context fot the generic server infastructure metze (This used to be commit 0712f9f30797e65362c99423c0cf158a2f539000)
* r1163: Add const.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 4a445fce7fcc09049b97bcde61fa5ed1a945757d)
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
| | | | | | | Fix other 'const' warnings in the torture code. Andrew Bartlett (This used to be commit 5d39d7497f189da15d659b3f83b7314026040a15)
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 57151e80eb1090281401930c8fe25b20a8cf3a38)
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9f914e4af99e18b469d4cf9d8b1514a2bd28ddec)
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit b5378803fdcb3b3afe7c2932a38828e83470f61a)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher2004-02-181-31/+0
| | | | | metze (This used to be commit cbfa29549e5b302f947c7f2ca14fbea257e46c33)
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | implements the epm_Lookup() call, I'll add the other important calls soon. I was rather pleased to find that epm_Lookup() worked first time, which is particularly surprising given its complexity. This required quite a bit of new infrastructure: * a generic way of handling dcerpc policy handles in the rpc server * added type checked varients of talloc. These are much less error prone. I'd like to move to using these for nearly all uses of talloc. * added more dcerpc fault handling code, and translation from NTSTATUS to a dcerpc fault code * added data_blob_talloc_zero() for allocating an initially zero blob * added a endpoint enumeration hook in the dcerpc endpoint server operations (This used to be commit 3f85f9b782dc17417baf1ca557fcae22f5b6a83a)
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+11
| | | | | | | | | | * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-1/+1
| | | | | * allow rpc transport to be specified on command line in smbtorture (This used to be commit 8a82050fd6f45bcdb31c2c365eaed5fc12599e4f)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+1000
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)